home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1999 January / WPCJAN99.ISO / DXRS / Glossary.cxt / 00612_Programming language .txt < prev    next >
Encoding:
Text File  |  1998-11-09  |  380 b   |  1 lines

  1. Software that allows you to write instructions to define a task, which are then translated to a form understood by the PC. High-level languages such as Basic and Pascal are easy to understand and use, but slow, since each instruction is made up of a number of machine code instructions. Low-level languages, such as Assembler, are more complex to read and program in, but faster.